home *** CD-ROM | disk | FTP | other *** search
- //Image_map.tpl
-
- /*
- The syntax for image_map is...
-
- pigment {
- image_map {
- FILE_TYPE "filename"
- MODIFIERS...
- }
- }
-
- Where FILE_TYPE is one of the following keywords "gif", "tga", "iff" or
- "dump". This is followed by the name of the file in quotes. Several
- optional modifiers may follow the file specification. The modifiers are
- described below. Note: Earlier versions of POV-Ray allowed some modifiers
- before the FILE_TYPE but that syntax is being phased out in favor of the
- syntax described here.
- */
-
- pigment {
- image_map {
- FILE_TYPE "filename"
-
- }
- }
-